* {
    padding: 0;
    margin: 0;
    border: none;
}

body {
    font: 16px/24px sans-serif, "microsoft yahei";
    color: #333;
    background-color: #fff;
    min-width: 1380px;
}

a {
    cursor: pointer;
    text-decoration: none;
    color: inherit;
}

a:hover {
    color: inherit;
    text-decoration: none;
}

img {
    vertical-align: middle;
}

li {
    list-style: none;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

.clearfix {
    zoom: 1;
}

.clearfix:after {
    content: "020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.left {
    float: left;
}

.right {
    float: right;
}

.hide {
    display: none;
}

.main {
    background: url("/pub/main_bg.png") no-repeat bottom center;
    padding-bottom: 40px;
}